home *** CD-ROM | disk | FTP | other *** search
- ###
- ### Build file for LARGE model VIDEO code
- ###
-
- AS= /Mx /DMODELSIZE=4 ## static assember commands
- CS= /c /Ox /Zp1 /AL ## static C compiler commands
- LS= /Ma ## static linker commands
-
- AO= ## optional assember commands
- CO= ## optional C compiler linker commands
- LO= ## optional linker commands
-
- INC= ..\..\inc
- GINC= ..\..\..\inc
- LBO=
- LIB= ..\..\inc
-
- DEFAULT: $(LIB)\mvllib.lib
-
- lvideo.obj: video.asm
- masm $(AO) $(AS) video,lvideo;
-
- $(LIB)\mvllib.lib: lvideo.obj
- lib $(LBO) $(LIB)\mvllib -+lvideo.obj ,,$(LIB)\mvllib;
-
-